/*  样式初始化 */
html {
  /*标准字体大小设置 */
  font-size: 14px;
  overflow-y: auto;
  height: 100%;
  /*设置默认背景颜色*/
  background-color: #f7f7f7;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
body {
  /*设置基本字体配置*/
  font: 1rem '\5FAE\8F6F\96C5\9ED1','Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
  position: relative;
  /*设置网页基本字体颜色*/
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
ul,
ol,
th,
td,
button,
figure,
input,
textarea,
form {
  margin: 0;
  padding: 0;
}
input,
select,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
img,
input,
button,
textarea {
  border: none;
  -webkit-appearance: none;
}
input {
  text-align: inherit;
}
textarea {
  resize: none;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
option,
textarea,
optgroup {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
}
a {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
button,
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
template {
  display: none;
}

/* 常用公共样式 */
.text_c{
  text-align: center;
}
.fr {
  float:right;
}
.fl {
  float:left;
}
.clear {
  zoom:1;
}
.clear:after {
  content:"";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
}
.pr{
  position: relative;
}
.pa{
  position:absolute;
}

.norecord{text-align:center; padding:50px;color: #ccc;}

.pagetab{ margin:0px auto}
.page2 td{
	text-align: center;  padding: 10px 0; line-height: 20px; 
}
.page2 td a,.page2 td a:link,.page2 td a:visited{
	border: solid 1px #ebebeb; display: block;   background-color: #fff; text-decoration: none; margin:0 2px; width:32px; height:30px; line-height:30px
}
.page2 td a:hover{
	border: 1px solid #4d7aff; display: block;   background-color: #4d7aff; color: White; text-decoration: none; 
}
.page2 .PageNumberActive a,.page2 .PageNumberActive a:link,.page2 .PageNumberActive a:visited{
	 border: 1px solid #4d7aff; display: block;   background-color: #4d7aff; color: White; text-decoration: none; 
}
.page2 .PageNumber_t a,.page2 .PageNumber_t a:link,.page2 .PageNumber_t a:visited{
	 width: auto; padding:0 10px
}
li{ list-style:none;}
em{ font-style:normal}
.clr{ clear:both}
.page3{ margin:10px 0 10px 0}
.load1{ background:url(../images/loading.gif) no-repeat; height:32px; line-height:32px; padding-left:45px !important; width:120px; margin:20px auto; color:#999}

.pl_mbox{padding: 10px 0 0px 0;}
.pl_box{padding: 0px 0 10px 0;}
.pl_box .bt{display:flex;}
.pl_box .bt li{ }
.pl_box .bt li:nth-of-type(1){margin-right: 20px ;}
.pl_box .bt li:nth-of-type(2){ color: #ccc}
.pl_box .con{ border-bottom: dashed 1px #ddd; padding: 10px 0;; color: #888}

.pl .title2 {
    margin-top: 30px !important;
}

.mypl{ position: relative}
.kfewm{ position: absolute; top: -50px; right: 70px; display: }
.kfewm img{ width:150px; height: 150px; border: solid 1px #ccc}
